DBDisposeQuery
DBDisposeQuery Dispose of a query record and free all memory
#include <DatabaseAccess.h> Data Access Manager
QueryHandle query ; a handle to the QueryRecord .
returns Error Code; 0=no error
The DBDisposeQuery function disposes of a QueryRecord and frees all the
memory that the Data Access Manager allocated when it created the
QueryRecord. You should call this function after you are finished using a
query returns a handle to the QueryRecord.
Returns: an operating system Error Code.
noErr (0) QueryRecord disposed of successfully
rcDBPackNotInited (-813) The InitDBPack function has not yet been called